github.com/go-faster/jx.Decoder.unread (method)

23 uses

	github.com/go-faster/jx (current package)
		dec_arr.go#L23: 			d.unread()
		dec_arr.go#L54: 	d.unread()
		dec_arr.go#L68: 		d.unread()
		dec_arr_iter.go#L26: 	d.unread()
		dec_arr_iter.go#L54: 		dec.unread()
		dec_float.go#L55: 		d.unread()
		dec_float.go#L155: 		d.unread()
		dec_num.go#L42: 				d.unread()
		dec_obj.go#L27: 	d.unread()
		dec_obj.go#L46: 	d.unread()
		dec_obj.go#L67: 		d.unread()
		dec_obj_iter.go#L26: 	d.unread()
		dec_obj_iter.go#L61: 		dec.unread()
		dec_obj_iter.go#L79: 	dec.unread()
		dec_read.go#L12: 		d.unread()
		dec_read.go#L146: func (d *Decoder) unread() { d.head-- }
		dec_skip.go#L22: 		d.unread()
		dec_skip.go#L25: 		d.unread()
		dec_skip.go#L29: 		d.unread()
		dec_skip.go#L391: 		d.unread()
		dec_skip.go#L439: 	d.unread()
		dec_skip.go#L468: 	d.unread()
		dec_str.go#L262: 				d.unread()